| 
 | 
 | 
 | 
| SftTreeRowColumnFooter.HilightColor Property | 
Defines the color used to draw the highlighted edge of the row/column footer.
Syntax
| VB.NET | |||
| VB | Clr = object.HilightColor As OLE_COLOR | ||
| C#.NET | |||
| VC++ | 
OLE_COLOR Clr = object->HilightColor;
 | ||
| C | HRESULT object->get_HilightColor(OLE_COLOR* Clr); | ||
| Delphi | Clr := object.HilightColor : Cardinal; | ||
| VB.NET | |||
| VB | object.HilightColor = Clr As OLE_COLOR | ||
| C#.NET | |||
| VC++ | 
OLE_COLOR object->HilightColor = Clr;
 | ||
| C | HRESULT object->put_HilightColor(OLE_COLOR Clr); | ||
| Delphi | object.HilightColor := Clr : Cardinal; | ||
object
A SftTreeRowColumnFooter object.
Clr
Defines the color used to draw the highlighted edge of the row/column footer. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The HilightColor property defines the color used to draw the highlighted edge of the row/column footer.
This property has no effect if Windows themes are used.
See Also SftTreeRowColumnFooter Object | Object Hierarchy